Interface GeoView

All Superinterfaces:
IPCObject
All Known Implementing Classes:
GeoViewImpl

public interface GeoView extends IPCObject
Information provided by the PKI file:

    \class GeoView
    
    \brief GeoView handles and manipulates the Physical Workspace excluding the wiring closet.
    
    \example appWindow().getActiveWorkspace().getGeoView()
    
Author:
Auto-generated
  • Method Details

    • setVisible

      void setVisible(boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides this widget from view.
          
          \param bVisible, true to show this widget, false to hide it.
          
              
      Parameters:
      bVisible - Takes in a parameter of bVisible
    • findGeoIconByDeviceName

      GeoIcon findGeoIconByDeviceName(String devName)
      Parameters:
      devName - Takes in a parameter of devName
      Returns:
      GeoIcon Returns a GeoIcon
    • findGeoIconContainerInCurrentViewByDeviceName

      GeoIcon findGeoIconContainerInCurrentViewByDeviceName(String devName)
      Parameters:
      devName - Takes in a parameter of devName
      Returns:
      GeoIcon Returns a GeoIcon
    • findGeoIconByPhysicalObjectName

      GeoIcon findGeoIconByPhysicalObjectName(String name)
      Parameters:
      name - Takes in a parameter of name
      Returns:
      GeoIcon Returns a GeoIcon
    • getGeoIconByName

      GeoIcon getGeoIconByName(String name)
      Parameters:
      name - Takes in a parameter of name
      Returns:
      GeoIcon Returns a GeoIcon
    • getPhyObjForDevName

      PhysicalObject getPhyObjForDevName(String name)
      Parameters:
      name - Takes in a parameter of name
      Returns:
      PhysicalObject Returns a PhysicalObject
    • centerOn

      void centerOn(double dx, double dy)
      Parameters:
      dx - Takes in a parameter of dx
      dy - Takes in a parameter of dy
    • centerOnGeoIconByName

      void centerOnGeoIconByName(String name)
      Parameters:
      name - Takes in a parameter of name